home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
gfx
/
misc
/
gnuplot-3.7src.lha
/
gnuplot-3.7src
/
gnuplot-3.7.lha
/
gnuplot-3.7
/
NeXT
/
GnuView.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-04-15
|
312b
|
19 lines
#import <appkit/appkit.h>
/* This is the coordinate system defined in next.trm. */
#define NEXT_XMAX 640
#define NEXT_YMAX 480
@interface GnuView:View
{
char *PSstring;
}
- drawSelf:(const NXRect *) rects : (int) rectCount;
- initFrame: (NXRect *)rects;
- executePS:(char *)PStext;
- free;
@end